Thread: [HELP] FTP Client Stuck At 220 Welcome Message

  1. #1
    Registered User
    Join Date
    Mar 2008
    Posts
    1

    Question [HELP] FTP Client Stuck At 220 Welcome Message

    I'm writing a simple ftp client using C, and it can connect with filezilla ftp server, glftpd, xlight-ftp server successfully, recving 220 welcome, sending USER, PASS, .... QUIT, but only could NOT working with serv-u 6.4, and it stuck at 220 welcome message(ftp_func.c line:118) and caused next command failure.
    I think there is nothing wrong with that serv-u 6.4 as I can access that server using wget.exe, ftp.exe, there must be something wrong with my code and I've enclosed all my source code, help me out, thanks.
    Last edited by iqueen; 04-21-2009 at 12:31 AM. Reason: add more descr.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Unicode vurses Non Unicode client server application with winsock2 query?
    By dp_76 in forum Networking/Device Communication
    Replies: 0
    Last Post: 05-16-2005, 07:26 AM
  2. input/output
    By dogbert234 in forum Windows Programming
    Replies: 11
    Last Post: 01-26-2005, 06:57 AM
  3. Character arrays in a Structure
    By vsriharsha in forum C Programming
    Replies: 7
    Last Post: 07-11-2004, 05:36 PM
  4. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM